home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / barbi001.swf / scripts / DefineSprite_17 / frame_1 / PlaceObject2_16_13 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2012-05-21  |  296b  |  16 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.activate == 1)
  3.    {
  4.       if(this.hitTest(_root.man.targ))
  5.       {
  6.          with(_root.man)
  7.          {
  8.             gotoAndPlay("gareth");
  9.          }
  10.          _root.activate = 0;
  11.          _root.life = 1;
  12.          _root.reset = 1;
  13.       }
  14.    }
  15. }
  16.